home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / apple girl.swf / scripts / DefineSprite_236 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  262 b   |  11 lines

  1. this.onEnterFrame = function()
  2. {
  3.    var _loc3_ = _parent.getBytesLoaded() / _parent.getBytesTotal();
  4.    loading_mc.bar_mc._width = Math.round(236 * _loc3_);
  5.    if(_loc3_ == 1)
  6.    {
  7.       _parent.loadDone = true;
  8.       delete this.onEnterFrame;
  9.    }
  10. };
  11.